crypto/tls.serverHandshakeState.ecdheOk (field)

4 uses

	crypto/tls (current package)
		handshake_server.go#L31: 	ecdheOk      bool
		handshake_server.go#L241: 	hs.ecdheOk = supportsECDHE(c.config, hs.clientHello.supportedCurves, hs.clientHello.supportedPoints)
		handshake_server.go#L243: 	if hs.ecdheOk {
		handshake_server.go#L370: 		if !hs.ecdheOk {